Re: Trying to insert hebrew text, mysql stores ??? instead

2007-09-16 Thread Graeme J Sweeney
in between the lines).. Assuming the database character set is 'hebrew' and not 'utf8', have you encoded the content correctly prior to inserting it? See java.lang.String(byte[] bytes, String charsetName) -- Graeme -

Re: Trying to insert hebrew text, mysql stores ??? instead

2007-09-16 Thread startxxx
my database tables are set utf8 netbeans debugger shows me the hebrew value of the string fine one line before i insert it using iBatis. anything else? Graeme J Sweeney wrote: On Sun, 16 Sep 2007, startxxx wrote: The database seem to hold hebrew text if I add it using the mysql query